diff options
Diffstat (limited to 'pages/category/[id].vue')
| -rw-r--r-- | pages/category/[id].vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/category/[id].vue b/pages/category/[id].vue index a16df59..3570a15 100644 --- a/pages/category/[id].vue +++ b/pages/category/[id].vue @@ -44,6 +44,8 @@ const categoryName = sessionStore.getCategoryById(categoryId)?.display.name; align-items: left; justify-content: space-between; gap: 1rem; + position: relative; + z-index: 0; #path { font-size: 1.2rem; |
